[Zend Framework] Is there any way to use more than 1 bootstrap class?

Posted by rasouza on Stack Overflow See other posts from Stack Overflow or by rasouza
Published on 2010-05-10T04:36:01Z Indexed on 2010/05/10 4:38 UTC
Read the original article Hit count: 270

Filed under:
|

It should sound workaround or something like, but I'll tell you what:

I chose to have a separated "project" with every library I could use. It's like a global library which I included Zend library, Doctrine ORM, JQuery, Blueprint CSS, etc. Then I set the include path. Nothing wrong.

The problem is: I'd like to have also a global bootstrap class inside the library folder and an individual bootstrap class on each project I create for individual use.

I don't know how to set more than 1 bootstrap class. Is it possible?

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about bootstrap